From 7d5ac88232da5afca8ac27fb0267310eaf298d41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 24 Sep 2016 09:36:32 +0200 Subject: [PATCH] examples/drawing: Don't call gtk_main_quit This is a GtkApplication so it will do the right thing when closing the window. --- examples/drawing.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/drawing.c b/examples/drawing.c index a496bcabf4..cfdcab3c46 100644 --- a/examples/drawing.c +++ b/examples/drawing.c @@ -125,8 +125,6 @@ close_window (void) { if (surface) cairo_surface_destroy (surface); - - gtk_main_quit (); } static void -- 2.30.2